home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / _archive / utils / graphics / convrtrs / mac / mcftplst.txt < prev    next >
Internet Message Format  |  1993-06-12  |  30KB

  1. Date: 20 May 93 09:49:59 EDT 
  2. From: bruce grubb <72130.3557@CompuServe.COM>
  3. Subject: [*] mac.ftp.list Version 3.5 
  4.  
  5. Archive name: mac-ftp-list35.txt
  6. category: text
  7.  
  8. This is the latest version this report and should replace the previous version
  9. of mac-ftp-list.txt.
  10.  
  11. This is a update to Mike Gleason's ftp list {He gave me permision to continue 
  12. it}.  It lists a good number of mac anonymous ftp sites with notes on some and
  13.  
  14. a little blurb on how to use anonymous ftp.
  15.  
  16. --------------------blurb ends, report commences---------------------------
  17. From: bgrubb@dante.nmsu.edu (Bruce Grubb)
  18. Subject: mac.ftp.list, Version 3.5 
  19.  
  20. Here's Version 3.5 (May 19,1993)
  21.  
  22. Note:  Mike Gleason no longer supports this list and has given me his kind 
  23. permision to continue it.
  24.  
  25. I will post revisions as needed to the USENET newsgroup comp.sys.mac.misc, 
  26. and the info-mac archives at sumex-aim.stanford.edu.  The consept for this 
  27. document is copyrighted 1991 by Mike Gleason with permision to Bruce Grubb for
  28.  
  29. alterations, but may be freely distributed and archived.
  30.  
  31. Please send newly discovered sites (with IP numbers and directories to
  32. check if possible), bug fixes, and comments to:
  33.   bgrubb@dante.nmsu.edu
  34.  
  35. For folks new to ftp
  36. ----------------------------------------------------------------------------
  37. The first column of stuff in the data below is the site name.  Usually
  38. you can just run ftp and type open and then the site name.  But some
  39. computers don't like the names (or don't have all of them) and prefer the
  40. next column of stuff, the IP addresses.  If you try the open command with the
  41. IP number and it doesn't bite, it isn't gonna work.  Most mac ftp sites have
  42. encoded their files with BinHex 4.0.  These files will end in the suffix
  43. ".hqx". To decode these files, you can just download them to your mac, and
  44. use Compact Pro or Stuffit to decode them.  THEN, you will need to decompress
  45. them. Files ending in ".cpt" are Compact Pro files, ".sit" files are
  46. Stuffit's. You will probably need both Compact Pro and Stuffit since both
  47. types are common.  When ftp prompts you for a username and password, send
  48. "anonymous" as the username, and your email address as the password, for me
  49. it would be mgleason@cse.unl.edu.  Here's a sample ftp session:
  50.  
  51. % ftp
  52. ftp> open sumex-aim.stanford.edu
  53. Connected to sumex-aim.stanford.edu.
  54. 220 sumex-aim FTP server (SunOS 4.0/3) ready.
  55. Name (sumex-aim.stanford.edu:mgleason): anonymous
  56. Password (sumex-aim.stanford.edu:anonymous): mgleason@cse.unl.edu
  57. 331 Guest login ok, send mail address (user@host) as password.
  58. 230 Guest connection 17 (of 25) accepted, access restrictions apply.
  59. ftp> cd info-mac
  60. ftp> get ./help/recent-files.txt recentFiles
  61. ftp> get ./game/cumulonimbus.hqx cn.hqx
  62. ftp> quit
  63. % sz cn.hqx
  64.  
  65.  
  66. Power User Notes:
  67. ----------------------------------------------------------------------------
  68. If you want to read a file on a remote site, but don't want download it,
  69. quit ftp, page the file, then restart ftp, try "get myfile.txt -" and ftp
  70. will dump the file to your terminal.  Also exploit ftp's pipe and shell
  71. abilities, like "get myfile.txt |more" will do the same as above, except
  72. using "more" to page the file.
  73.  
  74. If you need to know the IP address of an ftp site, a common unix program
  75. called "nslookup" can help.  With some versions, "nslookup ftp.apple.com" 
  76. would spit out "130.43.2.3."  The reverse is also true, "nslookup 130.43.2.3" 
  77. would print out "ftp.apple.com."  Normally nslookup on an IP address just 
  78. verifies the address as valid and to do a reverse lookup you must reverse the 
  79. address and use the in-addr.arpa domain with the lookup type set to "ANY."
  80.  
  81. Most files you'll get off ftp are in that pain in the butt format, binhex.
  82. I usually download to our unix box, and then use an immensely useful utility
  83. called "mcvert" to de-binhex them there.  Not only is this faster, but it
  84. doesn't tie up your own CPU :-)  Stop over to sumex and grab it.  After
  85. mcvert'ing files, they'll turn into files with ".bin" suffix on them, meaning
  86. they are in MacBinary format, and ready to download.  You can also decompress
  87. most archives, using Dik Winter's "unpack" program, if you don't mind both
  88. more files and bigger files to download.
  89.  
  90. WARNING:  make sure that the communication program is in BINARY mode or 
  91. downloading of ".bin" and "unpacked" program's won't work.  For example, 
  92. Kermit's binary mode on some Unix machines is accessed by typing 'kermit -i' 
  93. at the promt.
  94.  
  95. Here's a handy chart to keep track which programs unmangle which formats:
  96.                      .sit  .sit                        unix
  97. Macintosh       .cpt  1.5   dlx  .hqx  .zip  .dd  .lzh  .Z  .pit  .arc  .bin
  98. StuffIt Lite*     X    X     X     X     X     X    X    X    X     X     X
  99. StuffIt Deluxe*   X    X     X     X     X     X    X    X    X     X     X
  100. ArcMac                                                              X
  101. BinHex 4.0                         X
  102. BinHex 5.0                         X                                      X
  103. Compact Pro       X    X           X
  104. DDExpand               X                       X              X
  105. Disk Doubler           X                       X              X
  106. MacCompress                                              X
  107. MacLHarc                                            X
  108. PackIt                                                        X
  109. UnZip                                    X
  110.  
  111. Other                .sit  .sit                        unix
  112. computers       .cpt  1.5   dlx  .hqx  .zip  .dd  .lzh  .Z  .pit  .arc  .bin
  113. mcvert (unix)                      X                          X            
  114. PKZIP (DOS)                              X
  115. unpack (unix)     X    X     X                                X
  116. unsitins.exe           X     X
  117.  
  118. * Stuffit Deluxe translators can be used with Stuffit Lite.  Current versions 
  119. are 3.0.5 as of this writing.
  120.  
  121. Special note: .hqx files are the ONLY files that can be downloaded in ASCII 
  122. mode; all others must be downloaded in BINARY mode for the file to decompress 
  123. properly.  Otherwise you will get errors like "unreadable file" or "file is 
  124. corrupt" when you try to decompress them.
  125.  
  126. These sites have many mac files, and are still getting new ones:
  127. -----------------------------------------------------------------------------
  128. ezinfo.ethz.ch             129.132.2.72    ./mac                            1
  129. ftp.apple.com              130.43.2.3      /dts                             2
  130. ftp.cso.uiuc.edu           128.174.5.59    /mac/MUG                         3
  131. ftp.funet.fi               128.214.6.100   /pub/mac                         4
  132. ftp.lu.se                  130.235.132.89  /pub/mac                         5
  133. irisa.irisa.fr             131.254.2.3     /News/comp.binaries.mac          6
  134. mac.archive.umich.edu      141.211.165.34  /mac                             7
  135. sumex-aim.stanford.edu     36.44.0.6       /info-mac                        8
  136. toklab.ics.osaka-u.ac.jp   133.1.12.100    /mac/info-mac/info-mac           9
  137.  
  138. These sites are home to a few specific file(s) or file types:
  139. -----------------------------------------------------------------------------
  140. alw.nih.gov                128.231.128.251 /pub/image (Image & MacMeasure)
  141. arthur.cs.purdue.edu       128.10.2.1      /pub/trinkle (mac32.tar.Z)     
  142. aux.support.apple.com      130.43.6.2      / (A/UX stuff)                 
  143. bert.cs.byu.edu            128.187.2.20    /NCSA_Telnet (BYU's version)   
  144. biom3.univ-lyon1.fr        134.214.100.42  /pub/mac (MacMul, GraphMu)     
  145. boombox.micro.umn.edu      128.101.95.95   /pub (gopher, POPmail, more)   
  146. brownvm.brown.edu          128.148.128.40  / (tn3270, term, lpr)          
  147. ccb.ucsf.edu               128.218.1.13    /Pub/Sound_list (sounds!)      
  148. cecelia.media.mit.edu      18.85.0.104     /pub (CSound)                  
  149. chook.cs.adelaide.edu.au   129.127.8.8     /pub/VHDL-Cookbook             
  150. cs.orst.edu                128.193.32.1    /pub/mac (lab-logger)          
  151. csc2.anu.edu.au            130.56.4.25     /pub/src/MAC (beaver, smtp0.87)
  152. d31.rz0.stanford.edu       36.76.0.151     /Igor (Igor demos, utilities)  
  153. dartvax.dartmouth.edu      129.170.16.4    /pub/mac (Dartmouth XCMDs, etc)
  154. dftsrv.gsfc.nasa.gov       128.183.10.134  /mac (MacSecure.3.1.hqx)       
  155. fiji.wri.com               140.177.10.76   /pub (Mathematica)
  156. ftp.acns.nwu.edu           129.105.113.52  /pub/disinfectant (Disinf HQ)   10
  157. ftp.acns.nwu.edu           129.105.49.1    /pub/tiff (mactonext2.sit.hqx) 
  158. ftp.cayman.com             143.137.1.2     /pub (GatorBox stuff)          
  159. ftp.embl-heidelberg.de     192.54.41.33    /? (molecular biology)
  160. ftp.ncsa.uiuc.edu          141.142.20.50   /Mac (NCSA Telnet, etc)         11
  161. ftp.primate.wisc.edu       128.104.230.11  /pub/mac (TransSkel & misc)     12
  162. ftp.psi.com                136.161.128.3   /wp (PSIWP, an X.500 client)   
  163. ftp.utas.edu.au            131.217.10.1    /pub/mac (Mews)                
  164. ftp.uu.net                 192.48.96.9     /languages/abc (ABC prog lang)  13
  165. geom.umn.edu               128.101.25.35   /stuff/snappea/mac (Snap pea)  
  166. hobbes.lbl.gov             128.3.12.38     /pub/mac (Radiance)            
  167. ics.uci.edu                128.195.1.1     /mac/think-c                    14
  168. imag.imag.fr               129.88.32.1     /edu/math/mac/Cabri             15
  169. iraun1.ira.uka.de          129.13.10.90    /pub/mac (SingleShare,NewsView)
  170. j.cc.purdue.edu            128.210.9.2     /pub/mac (RevRdist)            
  171. life.slhs.udel.edu         128.175.41.33   /pub/mac (popper, MacPOP)?      
  172. linc.cis.upenn.edu         130.91.6.8      /pub/NH3.0/mac (Mac NetHack!)  
  173. maddog.llnl.gov            128.115.10.1    /pub (uw.tar.Z unix windows)   
  174. menudo.uh.edu              129.7.1.16      /pub/gene-server/mac (Science) 
  175. microlib.cc.utexas.edu     128.83.1.21     /microlib/mac (Gatekeeper HQ)   16
  176. midway.uchicago.edu        128.135.12.73   /pub/OzTex                     
  177. mojo.ots.utexas.edu        128.83.185.16   /pub/slip/mac/ncsa SLIP telnet 
  178. mondo.engin.umich.edu      141.212.68.14   /pub (XferIt, GooStuff HQ)      17
  179. munnari.oz.au              128.250.1.21    /mac (CAP, Multigate stuff)     18
  180. ncbi.nlm.nih.gov           130.14.20.1     /entrez                         19
  181. neptune.ethz.ch            129.132.101.33  /Oberon/MacII, /XYZ             20
  182. nic.switch.ch              130.59.1.40     /software/mac/SWITCHinfo       
  183. novamail.cerl.uiuc.edu     128.174.180.9   /pub/lime (Lime demo, for MIDI)
  184. oddjob.uchicago.edu        128.135.4.2     /pub/Yerk                      
  185. otter.stanford.edu         36.21.0.104     /mma, /mac (Mathematica)       
  186. pacific.mps.ohio-state.edu 128.146.37.18   /mac (LabanWriter)             
  187. ruunfs.fys.ruu.nl          131.211.32.68   /pub/vtools [vs2ps, vs2ris]    
  188. ssyx.ucsc.edu              128.114.133.1   /pub/mac (HyperUnix, ClientDA) 
  189. statlab.uni-heidelberg.de  129.206.113.100 /pub/network (NetWork stuff)   
  190. tau.sm.luth.se             130.240.0.3     /pub/mac/nisus (macros, etc)   
  191. terminator.cc.umich.edu    141.211.164.8   /x500 (maX.500 white pages)    
  192.  
  193.  
  194. These sites are shadow/mirror archives (the same stuff) of something else:
  195. -----------------------------------------------------------------------------
  196. archie.au                  139.130.4.6     /micros/mac [sumex, umich]
  197. dftnic.gsfc.nasa.gov       128.183.10.3    /mac.dir [dftsrv.gov]          
  198. ftp.lth.se                 130.235.20.3    /mac [sumex]                    21
  199. ftp.rrzn.uni-hannover.de   130.75.5.71     /pub/mac [sumex] 
  200. ftphost.aukuni.ac.nz       130.216.1.5     /mac [sumex]                    22
  201. garbo.uwasa.fi             128.214.87.1    /mac [funet]                   
  202. giza.cis.ohio-state.edu    128.146.8.61    /pub/oztex [midway]            
  203. isca.icaen.uiowa.edu       128.255.19.175  //isca01/bbs/files/infomac      23
  204. jyu.fi                     128.214.7.5     /maclib [sumex]                
  205. minnehaha.rhrk.uni-kl.de   131.246.9.116   /pub/mac [sumex]               
  206. mrcnext.cso.uiuc.edu       128.174.201.12  /mac/MUG [ux1]                 
  207. oswego.oswego.edu          129.3.1.1       /pub/mac [sumex]    
  208. pomme.src.umd.edu          128.8.111.252   /info-mac [sumex]               24
  209. rusmv1.rus.uni-stuttgart.de129.69.1.12     /soft/mac [sumex]              
  210. shark.mel.dit.csiro.au     144.110.16.11   /info-mac [sumex]              
  211. sics.se                    192.16.123.90   /pub/info-mac, /pub/mac        
  212. src.doc.ic.ac.uk           146.169.3.7     /mac, /public/other3/sumex-mac  25
  213. ub-mts.cc.umich.edu        35.1.1.47       PC2: [mac.archive]             
  214. um.cc.umich.edu            35.1.1.43       PC2: [mac.archive]             
  215. utsun.s.u-tokyo.ac.jp      133.11.11.11    /Mac, /Mac/info-mac [sumex]    
  216. watmsg.waterloo.edu        129.97.129.9    /pub/oztex [midway]            
  217. wuarchive.wustl.edu        128.252.135.4   /systems/mac {See note}         26
  218.  
  219.  
  220. These sites have just a few mac files:
  221. -----------------------------------------------------------------------------
  222. apple.com                  130.43.2.2      /pub                            27
  223. bode.ee.ualberta.ca        129.128.16.96   /pub/mac                       
  224. eff.org                    192.88.144.3    /pub/mac                       
  225. fs-1.iastate.edu           129.186.151.151 /pub/mac                       
  226. ftp.nevada.edu             131.216.1.11    /pub/heathers (sounds)         
  227. genbank.bio.net            134.172.1.160   /pub/mac                       
  228. hpcsos.col.hp.com          15.255.240.16   /packet/mac                    
  229. icarus.cns.syr.edu         128.230.1.49    /software/mac (w/ Unix_Mac)    
  230. icarus.riacs.edu           134.12.1.1      /pub                           
  231. mailer.cc.fsu.edu          128.186.6.103   /pub/mac                       
  232. procyon.cis.ksu.edu        129.130.10.80   /pub/Macintosh                 
  233. rascal.ics.utexas.edu      128.83.138.20   /mac                            28
  234. splicer.cba.hawaii.edu     128.171.17.7    /mac                           
  235. tolsun.oulu.fi             128.214.5.6     /pub/mac                       
  236. ucsd.edu                   128.54.16.1     /midi/software/mac, /pub/mac   
  237.  
  238.  
  239. These sites have a lot of files, but do not get much new:
  240. -----------------------------------------------------------------------------
  241. f.ms.uky.edu               128.163.128.6   /pub/mac [sumex]               
  242. ftp.bio.indiana.edu        129.79.224.50   / (large science archive)       29
  243. i Daqt1.mem.drexel.edu     129.25.10.1     /pub/files/mac                 
  244. joker.optics.rochester.edu 128.151.240.1   /Sounds, /mac                  
  245. kth.se                     130.237.72.201  /macintosh                     
  246. mcsun.eu.net               192.16.202.1    /comp/mac                      
  247. merlin.cs.purdue.edu       128.10.2.3      /pub/mac                       
  248. plains.nodak.edu           134.129.111.64  /pub/mac/pub                    30
  249. ra.nrl.navy.mil            128.60.0.21     /MacSciTech                    
  250. wsmr-simtel20.army.mil     26.2.0.74       PD9:<macintosh>                 31
  251.  
  252. I can't connect to these sites, which may have mac stuff:
  253. -----------------------------------------------------------------------------
  254. beach.gal.utexas.edu       129.109.1.207   /pub/virus/mac (VMS though)    
  255. peace.waikato.ac.nz        130.217.64.62   anu-news gnu msdos mac ncsa    
  256. saffron.inset.com          192.94.75.2     / (new Sound_list HQ)          
  257. slug.pws.bull.com          128.35.10.203   comp.binaries.mac              
  258.  
  259. Some Miscellaneous sites
  260. -----------------------------------------------------------------------------
  261. fsa.cpsc.ucalgary.ca       136.159.2.1     /pub/text.compression.corpus    32
  262. pilot.njin.net             128.6.7.38      /pub/ftp-list (big ftp.list)
  263.  
  264.  
  265. Current archie servers (as of Jan 3 1993):
  266. -----------------------------------------------------------------------------
  267. archie.ans.net            147.225.1.2     ANS, New York, USA
  268. archie.au                 139.130.4.6     Deakin University, Geelong,Australia
  269. archie.cs.huji.ac.il      132.65.6.5      Hebrew University, Jerusalem, Israel
  270. archie.doc.ic.ac.uk       146.169.11.3    Imperial College, London, UK
  271. archie.funet.fi           128.214.6.100   FUnet, Helsinki, Finland
  272. archie.kuis.kyoto-u.ac.jp 130.54.20.1     Japan
  273. archie.luth.se            130.240.18.4    Sweden
  274. archie.ncu.edu.tw         140.115.19.24   Taiwanese server
  275. archie.nz                 130.195.9.4     New Zealand server
  276. archie.rutgers.edu        128.6.18.15     Piscataway, New Jersey, USA
  277. archie.sogang.ac.kr       163.239.1.11    Korean server
  278. archie.sura.net           128.167.254.179 SURAnet, College Park, Maryland, USA
  279. archie.th-darmstadt.de    130.83.128.111  Germany
  280. archie.unl.edu            129.93.1.14     Lincoln, Nebraska, USA
  281.  
  282. Note: "If you're on the Internet, you can "telnet [site name]" and login in as
  283.  
  284. "archie", at which point you'll get basic directions and pointers to other 
  285. Archie machines." (TidBITS#130; Gateways 1: Internet)
  286.  
  287. Notes on some of the above sites:
  288. -----------------------------------------------------------------------------
  289. 1.  ezinfo.ethz.ch (129.132.2.72)   ./mac
  290.     A large European site. While ezinfo is primarily a BBS for Users in 
  291.     Switzerland and Europe, this host also provides anonymous FTP and DECNET
  292.     access to its archives. Preferrably use night hours as the BBS is heavily
  293.     used by local users during daytime hours.  Guest can only see 50% of the 
  294.     menus on the BBS.
  295.     The Macintosh files are taken from comp.binaries.mac, with local
  296.     uploads now and then. Recent files are stored in ./mac/news/ for one
  297.     month before being redistributed in their respective directories.
  298.  
  299.     HOW TO UPLOAD:  mail .hqx files to danny@ezinfo.ethz.ch
  300.     TRANSFER MODE:  Use ASCII.
  301.     RECENT FILES:   see above.
  302.     HELP:           eis_manager@ezinfo.ethz.ch
  303.  
  304. 2.  ftp.apple.com  (130.43.2.3)  /dts
  305.     Apple's official ftp site to supply the world with System software {up to 
  306.     7.0.0 that is}, utilities, technical notes, sample source code, press 
  307.     release archives, and developer tools.  Callers outside America are 
  308.     restricted to what they can download :-( 
  309.     ALL FILES:     /dts/help/dir-files-all
  310.     RECENT FILES:  /dts/help/dir-files-recent
  311.     HELP:          /help, or mail mjohnson@apple.com.
  312.     TRANSFER MODE: Use ASCII.
  313.  
  314. 3.  ftp.cso.uiuc.edu  (128.174.5.59)  /mac/MUG
  315.     Old name ux1.cso.uiuc.edu.  A local user group has been kind enough to
  316.     store copies of it's disk collection here.  There is a massive amount of
  317.     material to download. New disks have started appearing again, too.  Too
  318.     bad the index files aren't updated regularly, it's a shame to download
  319.     entire disks, and not knowing what's on them.  It also wastes internet
  320.     bandwidth ;-) 
  321.     ALL FILES:     /mac/MUG/0Biglist.MUG
  322.     HELP:          /mac/MUG/0README.MUG
  323.     TRANSFER MODE: Use ASCII.
  324.  
  325. 4.  ftp.funet.fi  (128.214.6.100)  /pub/mac
  326.     A very large European site.  In addition to shadowing Sumex-aim, they get 
  327.     their own original files sometimes.  Non-Europeans shouldn't call often, 
  328.     to keep costs down.  They also serve as an archie host (archie.funet.fi) 
  329.     for Europe. 
  330.     ALL FILES:     /pub/mac/_file.lst
  331.     RECENT FILES:  /pub/mac/ChangeLog
  332.     HELP:          /pub/mac/HELP
  333.     HOW TO UPLOAD: Use ftp to put files into /pub/mac/incoming.
  334.     TRANSFER MODE: Use BINARY (IMAGE).
  335.  
  336. 5.  ftp.lu.se (130.235.132.89)
  337.     Old name was pollux.lu.se.  Sizable collection of Mac stuff.  Mostly .hqx 
  338.     files with a few .gif and .bin.
  339.     TRANSFER MODE: Use ASCII for .hqx files, BINARY (IMAGE) for everything 
  340.     else.
  341.  
  342. 6.  irisa.irisa.fr  (131.254.2.3)  /News/comp.binaries.mac
  343.     They keep archives of the postings to the comp.binaries.mac newsgroup.  
  344.     The files all stored in one huge directory, so instead of doing an 'ls', 
  345.     get the index file to look at offline. 
  346.     ALL FILES:     /News/comp.binaries.mac/index
  347.     HOW TO UPLOAD: Post to the comp.binaries.mac USENET group.
  348.     TRANSFER MODE: Use ASCII.
  349.  
  350. 7.  mac.archive.umich.edu  (141.211.165.34)  /mac
  351.     This big site has a large number of files, many of them unique.  There are
  352.  
  353.     many outline fonts, mostly Adobe type 1's, and a few type 3's and 
  354.     TrueType.  About the only gripe I have is the tremendous number of 
  355.     subdirectories, e.g. /mac/system.extensions/font/adobe.type.three...  but 
  356.     that's a small price to pay for the work they've put in for us leeches :-)
  357.  
  358.     ALL FILES:     /mac/00help/allfiles.txt
  359.     RECENT FILES:  /mac/00help/newfiles.txt
  360.     IN QUEUE:      Look in the /mac/incoming directory.
  361.     HELP:          /mac/00help
  362.     HOW TO UPLOAD: ftp-put files in the /mac/incoming directory
  363.     TRANSFER MODE: Use ASCII for .hqx files, BINARY (IMAGE) for everything 
  364.     else.
  365.  
  366. 8.  sumex-aim.stanford.edu  (36.44.0.6)  /info-mac
  367.     The king of macintosh ftp sites.  If you want your uploads to get a wide 
  368.     distribution, this is the place to send them to. They also have their own 
  369.     message "list", the info-mac digests.  This is handy for those who don't 
  370.     have USENET access. Sumex has announced a restructuring over the next 10
  371.     to 15 weeks to make placing of files more logicly. 
  372.     directories.
  373.     ALL FILES:     /info-mac/help/all-files.txt
  374.     RECENT FILES:  /info-mac/help/recent-files.txt
  375.     HELP:          Look in the /info-mac/help directory, read 'em all.
  376.     HOW TO UPLOAD: email posts or files to info-mac@sumex-aim.stanford.edu
  377.     TRANSFER MODE: Use ASCII.
  378.  
  379. 9.  toklab.ics.osaka-u.ac.jp   (133.1.12.100) /mac/info-mac/info-mac
  380.     A good sized Mac site in Japan.  'ls' does not list files so use 'dir' 
  381.     instead.  Files are orginized by date so reading the 00dir.recent and 
  382.     00dir.verbose lists is imperative.  All files are unix compressed .hqx
  383.     (.hqx.Z) and therefore require BIANRY (IMAGE) mode todownload.
  384.     ALL FILES:     /mac/info-mac/info-mac/00dir.verbose
  385.     RECENT FILES:  /mac/info-mac/info-mac/00dir.recent
  386.     TRANSFER MODE: Use BINARY (IMAGE).
  387.  
  388. 10. ftp.acns.nwu.edu  (129.105.113.52)  /pub/disinfectant
  389.     The headquarters of John Norstad's excellent anti-virus program, 
  390.     Disinfectant, the sample code, and some other stuff, like macph. 
  391.     TRANSFER MODE: Use ASCII.
  392.  
  393. 11. ftp.ncsa.uiuc.edu  (141.142.20.50)  /Mac
  394.     Old #ip was 128.174.20.50.  NCSA keeps Telnet, ContigAsm, Contour, 
  395.     DataScope, GelReader, HypercardAnimator, Image, Import2HDF, Layout, & 
  396.     PalEdit here. 
  397.     TRANSFER MODE: Use ASCII.
  398.  
  399. 12. ftp.primate.wisc.edu  (128.104.230.11)  /pub/mac
  400.     Contains some programs by Paul DuBois, and a few other utilities: BlobMgr,
  401.  
  402.     FaceLift, Grep, ZoomIdle, MakeWrite, SicnEdit, gnome, and psuedo-fpu. 
  403.     TRANSFER MODE: Use ASCII.
  404.  
  405. 13. ftp.uu.net  (192.48.96.9)  /languages/abc
  406.     You can find a mac version of the ABC programming language here, and also 
  407.     a macintosh version of STDWIN as /amiga-sources/stdwin/mac.tar.Z. UUNet 
  408.     also archives huge amounts of other material, like USENET news, GNU stuff,
  409.  
  410.     bsd sources, internet specs, popular unix packages, and bug fixes. 
  411.     ALL FILES:     /index/master.Z, /index/master-time.Z
  412.     RECENT FILES:  /index/changes.week.Z, /index/changes.day.1.Z
  413.     IN QUEUE:      /index/incoming.Z
  414.     HELP:          /help, /index/README
  415.     HOW TO UPLOAD: /tmp
  416.     TRANSFER MODE: Use BINARY (IMAGE).
  417.  
  418. 14. ics.uci.edu  (128.195.1.1)  /mac/think-c
  419.     This is the home of the Think C mailing list. You'll find a bunch of Think
  420.  
  421.     Class Library stuff here, along with general Think C code, interfaces, and
  422.  
  423.     updaters.  Read all the README files in /mac/think-c for more info (and 
  424.     how to get on the mailing list). 
  425.     TRANSFER MODE: Use ASCII.
  426.  
  427. 15. imag.imag.fr  (129.88.32.1)  /pub/CABRI
  428.     Not only is this the home of the CABRI (graph, geometry) software, but 
  429.     they are also nice enough to keep the most recent uploads to 
  430.     comp.binaries.mac, in MacBinary format (yay!). It is recommened that
  431.     CABRI be retrieved from wuarchive.wustl.edu
  432.     TRANSFER MODE: Use BINARY (IMAGE).
  433.  
  434. 16. microlib.cc.utexas.edu  (128.83.1.21)  /microlib/mac
  435.     The headquarters of Chris Johnson's Gatekeeper anti-virus utility.
  436.     Somewhat erratic in getting new or unique files.  You can also subscribe 
  437.     to their mailing list (email to chris@emx.utexas.edu and ask) to get 
  438.     informed when new additions arrive.
  439.     ALL FILES:     /microlib/mac/file-list.txt
  440.     RECENT FILES:  Get the file called "Update-[date]" in /microlib/mac.
  441.     HOW TO UPLOAD: email to macgifts@mac.archive.umich.edu
  442.     TRANSFER MODE: Use ASCII.
  443.  
  444. 17. mondo.engin.umich.edu  (141.212.68.14)  /pub
  445.     Headquarters of XferIt, a MacTCP FTP client.  If you have an ethernet 
  446.     card, use this and you can ftp directly.  I hear it can also unmangle 
  447.     binhex and MacBinary format files, too.  You can also find GooPanel and 
  448.     whatever GooUtils they've cooked up here. 
  449.     HELP:          mail billkatt or sfalken @mondo.engin.umich.edu.
  450.     TRANSFER MODE: Use BINARY (IMAGE).
  451.  
  452. 18. munnari.oz.au  (128.250.1.21)  /mac
  453.     Home of Webster Multiport Gateway tools, and other mac networking goodies,
  454.  
  455.     like Columbia Appletalk Package, Timelord, & Messages. 
  456.     TRANSFER MODE: Use BINARY (IMAGE).
  457.  
  458. 19. ncbi.nlm.nih.gov  (130.14.20.1)  /entrez
  459.     The NCBI has developed a CD ROM-based system for browsing records in a 
  460.     subset of the NLM's MEDLINE medical bibliographic database. Preliminary 
  461.     Macintosh and MS-Windows versions of the browser program, named Entrez, 
  462.     are posted in the "entrez" directory.  Ordering information for the Entrez
  463.  
  464.     CD ROM is also posted there. 
  465.     HELP:          Contact gish@ncbi.nlm.nih.gov (Warren Gish).
  466.     TRANSFER MODE: Use ASCII.
  467.  
  468. 20. neptune.ethz.ch  (129.132.101.33)  /Oberon/MacII
  469.     Here you can find the MacOberon compiler, and the Geometry program XYZ 
  470.     GeoBench. 
  471.     TRANSFER MODE: Use ASCII.
  472.  
  473. 21. ftp.lth.se  (130.235.20.3)  /mac
  474.     The old name and #ip was 'lth.se  (130.235.16.3)' This is a European 
  475.     sumex shadow that has superseded sics.se.  Due to people using the site
  476.     as gif trading post the ftp upload has been eliminted.
  477.     HOW TO UPLOAD: email files to Peter.Moller@dna.lth.se
  478.     TRANSFER MODE: Use ASCII.
  479.  
  480. 22. ftphost.aukuni.ac.nz  (130.216.1.5)  /mac
  481.     A shadow archive intended for folks in and around New Zealand. 
  482.     ALL FILES:     /mac/README
  483.     RECENT FILES:  /mac/NEWFILES.TXT
  484.     HELP:          Mail Andrew Knox at macftp@ccu1.aukuni.ac.nz.
  485.     HOW TO UPLOAD: macftp@ccu1.aukuni.ac.nz
  486.     TRANSFER MODE: Use ASCII.
  487.  
  488. 23. isca.icaen.uiowa.edu  (128.255.19.175)  //isca01/bbs/files/infomac
  489.     The University of Iowa provides some room for the Iowa Student Computing 
  490.     Association, and not only have they given them an ftp site, but also an 
  491.     Internet BBS (see Mars.ee.mssate.edu, above).  While it is easy to get on 
  492.     the BBS (login as 'iscabbs'), they don't let non-UI students use the 
  493.     Internet Relay Chat. 
  494.     TRANSFER MODE: Use ASCII.
  495.  
  496. 24. pomme.src.umd.edu (128.8.111.252) /info-mac
  497.     Also named src-aux.src.umd.edu.  On a Mac running A/UX 3.0 this is the
  498.     Institute for Systems Research at the University of Maryland's sumex 
  499.     shadow for UMCP and the east coast and it also adds a few files.
  500.  
  501. 25. src.doc.ic.ac.uk  (146.169.3.7)  /mac
  502.     A London based Info-mac shadow. 
  503.     HELP:          mail ukuug-soft@doc.ic.ac.uk to contact the maintainers.
  504.     TRANSFER MODE: Use ASCII.
  505.  
  506. 26. wuarchive.wustl.edu  (128.252.135.4)  /systems/mac
  507.     This is the de-facto king of shadow archives; it mirrors three mac 
  508.     sites: sumex {/systems/mac/info-mac}, rascal.ics.utexas.edu 
  509.     {/systems/mac/rascal}, and mac.archive.umich.edu {/systems/mac/umich.edu}.
  510.  
  511.     It also keeps files long deleted from the archives it shadows 
  512.     {/systems/mac/info-mac/Old.}  Also shadows a few non Mac archives.  The 
  513.     Simtel mirror was "removed due to lack of space.  Most of this material 
  514.     had not been updated for several years.  For older Macintosh software, 
  515.     please check /mirrors/info-mac/Old." (README file in mirrors/macintosh 
  516.     directory). The directories all cross into one another {/systems/mac/info-
  517.     mac/Old is the same as /mirrors/info-mac/Old for example.} so it is very 
  518.     easy to find the shadow archives.  {The /mirrors/ route is good for people
  519.  
  520.     who want to get to a directory fast.} 
  521.     TRANSFER MODE: Use ASCII for .hqx files, BINARY (IMAGE) for everything 
  522.     else.
  523.  
  524. 27. apple.com  (130.43.2.2)  /pub
  525.     Also named apple.apple.com. Don't bother connecting here as the site has 
  526.     been set up to respond with "Anonymous FTP service can be found at 
  527.     ftp.apple.com" when one tries to do an anonymous ftp logon.
  528.  
  529. 28. rascal.ics.utexas.edu  (128.83.138.20)  /mac
  530.     Don't bother connecting here; this medium-sized site was gutted and 
  531.     now has very few files. It still gets a few new files but most of those
  532.     are text files. wuarchive.wustl.edu holds the files that used to be here 
  533.     and duplicates the few new files rascal gets.
  534.  
  535. 29. ftp.bio.indiana.edu  (129.79.224.50)  /
  536.     All sorts of scientific applications, in /biology/mac, /chemistry/mac, 
  537.     /science/mac, and /molbio/mac. 
  538.     HELP:          /archive.doc
  539.     HOW TO UPLOAD: /incoming
  540.     TRANSFER MODE: Use ASCII.
  541.  
  542. 30. plains.nodak.edu  (134.129.111.64)  /pub/mac/pub
  543.     Kind of stale, but they had some stuff I hadn't seen anywhere else. 
  544.     TRANSFER MODE: Use ASCII.
  545.  
  546. 31. wsmr-simtel20.army.mil  (26.2.0.74)  PD9:<macintosh>
  547.     Simtel has many files, but they are all extremely old.  It's also a pain 
  548.     in the butt to use, since it's not a unix machine.  If you do decide to 
  549.     download a file, make sure you set the mode to TENEX, and not ascii or 
  550.     binary! Given the age of the files here, system conflicts with present
  551.     systems are becoming a problem.
  552.     HELP:          try "get SIMTEL20-MACINTOSH.INFO |more" at an ftp prompt.
  553.     TRANSFER MODE: Use TENEX.
  554.  
  555. 32. fsa.cpsc.ucalgary.ca  (136.159.2.1)  /pub/text.compression.corpus
  556.     Holds sample files to benchmark compression programs, voyager .gifs, some 
  557.     FORTH stuff in /pub/forth/mac, and a text editor that predicts what you'll
  558.  
  559.     type next in /pub/the.reactive.keyboard/mac. 
  560.     TRANSFER MODE: Use BINARY (IMAGE).
  561.  
  562.  
  563.